Skip to content

An implementation of Weizenbaum's Eliza written using the Meteor javascript framework.

Notifications You must be signed in to change notification settings

rcagantas/eliza_meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eliza For Meteor

This is an implementation of ELIZA originally designed by professor Joseph Weizenbaum of MIT around 1964. This example was made using the Meteor Framework.

Secret Function

Behind the Eliza facade, lies a chat application. To access it perform the following incantations on the message input:

  1. my name is somename.

    This will set your prompt name. Required to proceed.

  2. create room

    This will create a room that you will automatically enter. Remember the room name and password to enter the room the next time around.

  3. enter room

    This will show a similar prompt to create room. Enter an existing room name and password.

  4. leave room

    This will exit the room and will show the previous Eliza session.

  5. destroy room

    This destroys the room and all the messages in it.

About

An implementation of Weizenbaum's Eliza written using the Meteor javascript framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published