项目作者: nejdetkadir

项目描述 :
Realtime chat and game with NodeJS & AngularJS & socket.io
高级语言: JavaScript
项目地址: git://github.com/nejdetkadir/socketio-live-amongus.git
创建时间: 2020-10-08T18:31:22Z
项目社区:https://github.com/nejdetkadir/socketio-live-amongus

开源协议:Apache License 2.0

下载


Build status
Codacy Badge

chatterer-among-us

This is a simple chat application. When application is started, you must write an username then the application will start. You are free now, Enjoy it!

cover

Project setup

Prerequirites

  • NodeJS (>=10.x)
  • npm
  • bower

Installation

  • Install node dependencies:
    1. $ npm install
  • Install bower dependencies:
    1. $ bower install
  • If you want to use localhost or any server, you must change url from /public/javascripts/controller/indexController.js:29
    1. const url = 'https://socketio-live-amongus.herokuapp.com';
  • Run
    1. $ npm start

Demo

Live demo on Heroku

License

This Application is licensed under the Apache-2.0 License.