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

https://github.com/beeman/loopback-angular-chat

Experimental chat app built with LoopBack, Angular and Socket.IO
https://github.com/beeman/loopback-angular-chat

Last synced: 7 months ago
JSON representation

Experimental chat app built with LoopBack, Angular and Socket.IO

Awesome Lists containing this project

README

          

# loopback-angular-chat

Experimental chat app built with LoopBack, Angular and Socket.IO

# Requirements

- node (tested with 5+)
- npm (tested with 3+)

# Installation

The installation is

$ git clone https://github.com/beeman/loopback-angular-chat.git
$ cd loopback-angular-chat
$ npm install

# Running

Currently the server and the client are running separately. [This is something that needs to be fixed.](https://github.com/beeman/loopback-angular-chat/issues/1)

## Starting the server

From inside the project directory run

$ npm start

The server will start on http://0.0.0.0:3000/

## Starting the server

From inside the project directory run

$ cd client
$ npm start

The client will start on http://localhost:8080/

# Credits

This project is inspired by and uses code from:

- https://www.codetutorial.io/angularjs-chat-whit-socket-io-and-loopback/
- https://www.codetutorial.io/angularjs-chat-with-loopback-and-socket-io-authentication/