Skip to content

JohnnyAmos/example-sna-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a minimal URSYS/SNA project template. You can clone it as-is and modify it to create a simple development client-server web application that uses network messages to communicate.

There are currently two examples available that are designed to work with Visual Studio Code Live Linting:

The difference is that the Typescript version can support dynamically-loaded server-side Typescript modules, whereas the NodeJS version only allows loading CommonJS.

Both versions import the URSYS library as a tagged release.

Note

URSYS doesn't yet export type information correctly, so live-linting in the VSCode Editor doesn't work. The code will still transpile and run since it ignores Typescript as has been the tradition with tools like Babel and TSX.

How to Make an SNA Project from Scratch

See either of the following

About

example project using the URSYS SNA module in a NodeJS environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.5%
  • HTML 38.1%
  • TypeScript 14.3%
  • CSS 8.1%