Local Chatapp

The most basic use case of unconscious is simply to use it as a chat application.

unconscious ships with a full featured chat application that can be run locally on your machine with a single command.

To run the chat application, simply run the following command:

unconscious

This will start the chat application server on your machine. You can access the chat application at http://localhost:3000.

Motivation: It should be as easy to run a chat application as it is to run a web server.

Back to Documentation