Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

albanm/javascript_genetic_algorithm

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
11 Commits
 
 
 
 
 
 

Repository files navigation

Warning : only a draft, don't look for anything functional yet.

A node.js server and its client for running genetic algorithms across browsers. This is a pet project for experimenting with Web Workers, node.js, WebSockets and nice stuff like that.

Installing dependancies on my system (ubuntu):

$> sudo apt-get install nodejs npm
$> sudo npm install http-server -g
$> cd $sandbox$/javascript_genetic_algorithm/
$> sudo npm install websocket.io

Running a basic HTTP server to serve static resources (it will look for the 'public' directory):

$> http-server

Running the server for WebSockets communication:

$> nodejs ga_server.js

Open http://localhost:8080/html/manager.html and http://localhost:8080/html/client_example.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.