Y
Hacker News
new
|
ask
|
show
|
jobs
by
evbogue
603 days ago
Would simple text chatroom demand the kv?
1 comments
krapp
603 days ago
No.
link
evbogue
603 days ago
Yah, I guess you could use WebRTC or some other way of exchanging messages now that I think about it.
link
krapp
603 days ago
You don't even need realtime. You can get away with just having people POST to a backend, updating a database and letting people refresh the page.
link
evbogue
603 days ago
Why do all that when you could have the server write simple text files to the disk?
link
krapp
603 days ago
You need interaction for a chatroom, so you at least need a form somewhere.
link
evbogue
603 days ago
This is genius. But can we add an input field for the username?
link