1lann / Convorse

[ON HIATUS] A chat client whose backend is written with the Revel framework, and supports web browsers and ComputerCraft.
http://convorse.tk
MIT License
0 stars 0 forks source link

Create messages API on the server and client #4

Open 1lann opened 9 years ago

1lann commented 9 years ago

Client should communicate with the server, ask the server for new messages providing the last check time the client performed. The server will then respond with messages and their IDs. We may need to make the entire system around JavaScript and an AJAX system with the server to make things easier and to prevent conflicts. However, always leave a polypill method whenever possible on the server in case of certain things occurring, or for better ComputerCraft support.