Skip to content

Servidor em Node para contar palavras, feito para sistemas distribuidos - Feevale

License

Notifications You must be signed in to change notification settings

samuelreichert/word-count-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Word counter server

Counts occurrence of words using distributed REST services.

Created for Feevale University Distributed Systems Course on year 2015.

  • Course: Programação de Sistemas Distribuídos
  • Semester: 6º Semestre
  • Program: Sistemas para Internet
  • University: Universidade Feevale

How to run

DEBUG=* node index.js -c \
  http://localhost:5050 \
  http://localhost:5051 \
  http://localhost:5052 \
  -s lorem \
  -f lorem-ipsum.txt

Options

  • -c or --client to set one or more clients
  • -s or --search to set the word that will be searched
  • -f or --file to set the file that will be used (path to file)

Testing

npm test

About

Servidor em Node para contar palavras, feito para sistemas distribuidos - Feevale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published