Giter Site home page Giter Site logo

cloudxtreme / ping-4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skmanoj/ping

0.0 1.0 0.0 4.29 MB

Ping is a chat server, which is developed using node.js, angular.js, socket.io and many more open source libraries

JavaScript 54.97% HTML 28.95% CSS 16.08%

ping-4's Introduction

Ping

Ping is a node.js based chat server, and it has the capabilities like:

  • Creating private chat rooms
  • Video conferencing
  • Display pic of the user is shown using gravatar associated with user's mail id

Tech

Ping is developed using the following open source libraries:

  • node.js - evented I/O for the backend
  • socket.io - enables real-time bidirectional event-based communication
  • AngularJS - HTML enhanced for web apps!
  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • Express - fast node.js network app framework
  • Nodemon - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
  • bower - front end package manager
  • Gravatar - Globally recognized avatar.

How to deploy the application

You need node.js installed globally:

Go to the root directory of the application and run the following command to install node_modules

$ npm install

Go to the root directory of the application and run the following command to install front-end dependencies

$ bower install

To start the chat server, go to the root directory of the application and run

$ npm start

To make use of Ping, go to the following url in a browser

http://localhost:3000/

Todo's

  • Use grunt to automate the tasks
  • Support for browsers like IE and safari
  • Write UnitTests

ping-4's People

Contributors

skmanoj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.