Skip to content

subins2000/pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pi π

A Web Application to Find Value of Pi

How It Works

The Pi value finding process is done in the server and it's results are given to the client using a WebSocket connection.

What You Get From Here

client - The files of http://demos.subinsb.com/pi

server - The files of WebSocket Server

server

The server uses PHP & Python.

PHP is used for the WebSocket server. It uses Ratchet PHP library for making the WebSocket server.

A Python script is used for finding the value of Pi. Thank You Craig Wood

Remember to change the path of "pi.py" in "class.pi.php". By default it is "extra/pi.py" (Don't ask me why)

About

A Web Application to Find Value of Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published