Skip to content

Socket.IO service to read live a log txt and display it on a React Page

Notifications You must be signed in to change notification settings

fnaquira/socket-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Favio
May 13, 2019
e2bf600 · May 13, 2019

History

2 Commits
May 13, 2019
May 13, 2019
May 13, 2019
May 13, 2019
May 13, 2019
May 13, 2019
May 13, 2019
May 13, 2019
May 13, 2019

Repository files navigation

Socket-Logger

Service to live reading of a txt file. We needed a solution to share our log of a service without giving access to our server. This was my aproach.

Example

Instalation

Install dependencies on both folders, root folder and gui folder (which contains the React interface)

npm install

Development

We have to start both out main folder and gui folder and start using

npm start

Production

We have to build our React site executing build on the gui folder

npm run build

Start the server on the main folder with start

npm start

About

Socket.IO service to read live a log txt and display it on a React Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published