- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 30 Mar 2010 14:25:48 -0700
On Mon, Mar 29, 2010 at 9:50 AM, narendra sisodiya <narendra.sisodiya at gmail.com> wrote: > Thanks a lot, what about server-sent, websocket ? > At the same time I am thinking for using webshare command too. > alias webshare='python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"' > this command will start simple server at current directory. If i am unable > to do something using file:/// , I will try to use this simple server. Same exact thing. If you don't have a webserver, anything that needs to communicate with a webserver won't work. If you can package a simple webserver that can be run automatically by the end-user, then, well, you'll have a server to use. ~TJ
Received on Tuesday, 30 March 2010 14:25:48 UTC