jSBEEP 
| resources: | Home Mailing List Installation Source Code Members Bugs |
|---|
What's New
- jsBEEP project is being setup
- jsBEEP is still alpha product
- mozdev.org
Other Stuff
- jBEEP is a companian BEEP Server Project in 100% Java
- Java NBIO support being added in jBEEP
About jsBEEP
jsBEEP is a JavaScript implementation of Block Extensible Exchange Protocol (BEEP). BEEP is generic application protocol kernel for connection-oriented, asynchronous interactions. BEEP is documented in RFC 3080 of IETF. Mapping the BEEP Core onto TCP are documented in RFC 3081. To learn more about BEEP please visit BEEP Comunity siteThe jsBEEP is a client side implementation of BEEP protocol in JavaScript. It is still in early alpha stage. You can get a copy of code from cvs.
Look at the beep-test.js in cvs for ussage of the library. This example have a echo profile implemented You can can use the Echo Profile as a template for your own profiles. I will post more real world examples soon.
You are welcome to try and test the library. Your feedback and comments are is important for us. You can use the below form or subsribe to mailing list for discussion.
If you do not get a response to a question posted in this forum, please try sending a message to the project's mailing list or to the project owner directly.
- [1] Submitted by: Ulrich S. Kapp on Monday September 22nd 2003
-
Very interesting! If someone knows about a PHP implementation of BEEP it would be very helpful for one of my projects.
Ulrich S. Kapp
BIGPiNG! OHG, Webdesign und Internetberatung / Web Design and Internet Consulting - [2] Submitted by: Ulrich S. Kapp on Monday September 22nd 2003
-
At php.net, there's no information about a BEEP implementation in PHP. But maybe there's another project in the web.
Ulrich S. Kapp
BIGPiNG! OHG, Webdesign und Internetberatung / Web Design and Internet Consultingkapp@bigping.de
- [3] Submitted by: Raj Saini on Tuesday September 23rd 2003
-
I am not aware of PHP implementation of BEEP. However, there are C and Java implementations. If you need the BEEP at client side (browser) you can use jsBEEP.
- [4] Submitted by: Charles Carter on Friday September 26th 2003
-
Am very interested in using BEEP via Mozilla, but need to have access to a BEEP Server. You mention jBeep to tell
where to go get it or look at it.
Thanks