You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[JSweet version 2 example running!] The classic Socket.IO example: a simple instant messenger, written in Java, thanks to the JSweet transpiler. Server is spawned by Node.js and Web UI is powered by Angular. Both are linked together by Socket.IO
JSweet 3 + Node.js / Socket.IO server + Angular material web client example
The classic Socket.IO example: a simple instant messenger. Server is spawned by Node.js and Web UI is powered by Angular. Both are linked together by Socket.IO
gulp buildClientAndServer executes behind the scene gulp buildServer and gulp buildClient, which runs respectively mvn generate-sources -P server and mvn generate-sources -P client.
gulp static launches static resources generation such as jade transpilation, resources copy, bower libs concat & minify.
The output folder is build.
[JSweet version 2 example running!] The classic Socket.IO example: a simple instant messenger, written in Java, thanks to the JSweet transpiler. Server is spawned by Node.js and Web UI is powered by Angular. Both are linked together by Socket.IO