Skip to content

msegers/go-read-a-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-read-a-book

A simple project which compiles an application which can read data from any posted string. Can be quite long. By default you can post this data to localhost:5555, or you can set the port when starting up by adding a -tport flag.

e.g: go-read-a-book.exe -tport 1001

Information about the parsed text can be fetched at localhost:8080/stats this port can be configured just like the reading port by adding a -wport flag followed up by the port. Also when adding a get param ?N=10 you get the top 10 words and chars instead of 5 (of course 10 can be any int).

About

A Go Lang project to read large texts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages