Skip to content

BA1437/Julia-Node-stack-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia-Node-stack-demo

This is a very minimal example of a node website that uses a julia backend via node-julia to perform some calculation. Upload a two-column csv and number of groups to run Clustering.jl's kmeans on it. The results are logged to the javascript console because I haven't gotten around to having it do real output yet.

The input page uses Skeleton which is awesome.

Setting up

Make sure you have node and the Clustering.jl module.

npm install 
node index.js

Go to localhost:8124.

You should see:

Input page

Upload one of the sample csv files or your own, enter the number of clusters, then click submit.

Output page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.9%
  • HTML 28.3%
  • JavaScript 11.8%