Skip to content

An app showing how to use Corticon with a dynamic app. Uses AngularJS, Express and Socket.io.

License

Notifications You must be signed in to change notification settings

ghas-results/corticon-angular-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An app showing how to use Corticon with a dynamic app. Uses AngularJS, Express and Socket.io.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • CSS 2.5%