Skip to content

NextCenturyCorporation/neon-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neon Framework (Neon Middleware)

Client library to facilitate communication between a frontend JavaScript application and the Neon Server.

Changing Versions

  1. Make your code changes
  2. Update version in package.json
  3. Commit and push changes
  4. git tag <version>
  5. git push -u origin <version>