CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2006
    Posts
    216

    How to create web based whiteboard?

    I conduct online tutions in Science and Mathematics. I am thinking that if I have web based whiteboard application, then it will be good. I have a website. My plan is that I will give a url to my student. That url will contain whiteboard + chat application. We will interact through that. It should be possible to draw text and various shapes like circle, triangle, etc. on the whiteboard. Any change made by one of us should be seen in real time by the other.

    What technologies should will be required in this? What things should my hosting provider give for this application to run?

  2. #2
    Join Date
    Oct 2006
    Posts
    216

    Re: How to create web based whiteboard?

    My website hosting provider does not support tomcat. Is it possible to develop this application using Ruby on Rails, java-script, Flash, or any other client-side technology instead?

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: How to create web based whiteboard?

    First off, RoR (Ruby on Rails) is a server-side language. And, you need at least one server-side implementation to pull such an application off. As for the client-side, JavaScript or Flash would be fine.

    Second, Tomcat doesn't matter here. You need an Apache web server for PHP, or Windows IIS for ASP.NET. Sometimes people will install PHP on IIS, but it isn't as secure or optimized as on Apache.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  4. #4
    Join Date
    Oct 2006
    Posts
    216

    Re: How to create web based whiteboard?

    Thanks PeejAvery
    Here are some relevant details about the server:-
    Apache version 2.2.14 (Unix)
    PHP version 5.2.11
    MySQL version 5.0.88-community-log
    Architecture x86_64
    Operating system Linux

    RubyOnRails can also be used.
    So, does it mean that a web-based whiteboard+chat application can be created using RubiOnRails and Flash, or RubyOnRails and JavaScript?

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: How to create web based whiteboard?

    Yes, you could use those combinations. However, why develop your own when there are so many software implementations for this already?

    Here's a PHP+MySQL example...http://sourceforge.net/projects/whiteboard/
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured