Coder Social home page Coder Social logo

corticon-angular-app's Introduction

Corticon Angular App

This is an app using Socket.io and Angular that uses Corticon as the backend. It is based of the Angular Socket.io Seed The app can be viewed on http://counter-22161.onmodulus.net/

How to use corticon-angular-app

Clone the corticon-angular-app repository, run npm install to grab the dependencies, and start hacking!

Running the app

Runs like a typical express app:

node app.js

Directory Layout

app.js                  --> app config. also contains Socket.io connections to the AngularJS frontent.
package.json            --> for npm
bower.json              --> for bower (this repository comes with the necessary AngularJS modules, but bower can also be used)
public/                 --> all of the files to be used in on the client side
  bower_components/     --> bower modules
    angular-socket-io   --> module for socket.io with angular
  css/                  --> css files
    app.css             --> default stylesheet
  js/                   --> javascript files
    app.js              --> declare top-level app module
    controllers.js      --> application controllers
    directives.js       --> custom angular directives
    filters.js          --> custom angular filters
    services.js         --> custom angular services
routes/
  api.js                --> route for serving JSON. This is simulating Corticon.
  index.js              --> route for serving HTML pages and partials
views/
  index.jade            --> main page for app
  layout.jade           --> doctype, title, head boilerplate

Contact

For a blog post on this project please check out http://mendoncakeegan.wordpress.com/2014/09/04/corticon-counter
For more on Corticon please check out http://www.progress.com/products/corticon
For more on AngularJS please check out http://angularjs.org/
For more on NodeJS please check out http://nodejs.org/

License

MIT

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.