Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larsgroeber/chat-wall


https://github.com/larsgroeber/chat-wall

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Chat Wall

Simple live chat/message wall to which everyone can write. Uses angular5, express and mongodb.

## Instructions

(still very much in development)

Requires node, angular/cli, nodemon and ts-node.

```
yarn install
yarn run build
yarn run start:server
```

Then open `http://localhost:3000`.