|
Servlet provides server-side engine with open API for creating and deploying web chats. It is not a chat itself but a complete engine lets you create chat rooms and users, post and request messages etc. Current version supports REST API and outputs data in JSON, so your actual chat could be programmed with any language including JavaScript. And you can even deploy chats on mobile web with this engine. |